Contribution org.nuxeo.ecm.platform.forms.layout.MainContribution--disabledPropertyRefs
In component org.nuxeo.ecm.platform.forms.layout.MainContribution
org.nuxeo.ecm.platform.forms.layout.MainContribution
inside nuxeo-platform-forms-layout-client-5.8.jar
This contribution is part of XML component Documentation
Configuration of properties disabled by default for reference in EL expressions.
Extension Point
Extension point disabledPropertyRefs of component WebLayoutManager.Contributed Items
XML Source
<extension point="disabledPropertyRefs" target="org.nuxeo.ecm.platform.forms.layout.WebLayoutManager">
<documentation>
Configuration of properties disabled by default for reference
in EL expressions.
</documentation>
<disabledPropertyRef name="converter" widgetTypeCategory="jsf"/>
<disabledPropertyRef name="validator" widgetTypeCategory="jsf"/>
<!-- avoid bad interactions with JBoss-el size EL resolver... -->
<disabledPropertyRef name="size" widgetTypeCategory="jsf"/>
<!-- rich:calendar does not resolve some attributes as EL expressions -->
<disabledPropertyRef name="showApplyButton" widgetType="datetime" widgetTypeCategory="jsf"/>
<disabledPropertyRef name="defaultTime" widgetType="datetime" widgetTypeCategory="jsf"/>
</extension>